home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / PARTICLE / Makefile.sgi < prev    next >
Encoding:
Makefile  |  1998-08-12  |  412 b   |  28 lines

  1. #!smake
  2. #
  3. # Copyright (c) Mark J. Kilgard, 1998.
  4. #
  5.  
  6. TOP = ../../..
  7. include $(TOP)/glutdefs
  8. include $(ROOT)/usr/include/make/commondefs
  9.  
  10. LD_QUICKSTART_INFO=
  11. LN = ln -s
  12. MV = mv
  13. RM = -rm -rf
  14.  
  15. TARGETS = particle
  16.  
  17. LLDLIBS = $(GLUT) -lGLU -lGL -lXmu -lXext -lX11 -lm
  18.  
  19. SRCS =    particle.c
  20.  
  21. LCOPTS = -I$(TOP)/include -fullwarn
  22. LWOFF = ,813,852,827,826
  23. LDIRT = *~ *.bak *.pure
  24.  
  25. default : $(TARGETS)
  26.  
  27. include $(COMMONRULES)
  28.